home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / friendly-recovery / README < prev    next >
Text File  |  2008-04-18  |  505b  |  17 lines

  1. User friendly recovery menu
  2. ---------------------------
  3.  
  4. Implements the spec in https://wiki.ubuntu.com/FriendlyRecovery
  5.  
  6. "Plugins" can be added easily:
  7.  
  8. * install a script in /usr/share/recovery-mode/options
  9. * recovery-mode will invoke it with "test"
  10.   - it should return "0" and print its name on stdout 
  11.   - if it returns "1" here it will not be added to the 
  12.     reovery-menu
  13. * if the script is run with no parameters it should
  14.   perform its action
  15. * when the script is done, the menu is build again
  16.  
  17.